projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf98199
)
Auto-commit of generated files.
author
Glenn Morris
<rgm@gnu.org>
Wed, 2 May 2012 11:17:25 +0000
(07:17 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 2 May 2012 11:17:25 +0000
(07:17 -0400)
autogen/configure
patch
|
blob
|
history
diff --git
a/autogen/configure
b/autogen/configure
index c6b78090d21a2e8c5e332d119c2480a50e411f20..7c954129fca66f804ec0aa872b53e19df9fa8c60 100755
(executable)
--- a/
autogen/configure
+++ b/
autogen/configure
@@
-14415,9
+14415,8
@@
$as_echo "$emacs_cv_freebsd_terminfo" >&6; }
;;
netbsd)
- if
test $ac_cv_search_tputs = -lterminfo
; then
+ if
"x$LIBS_TERMCAP" = "x-lterminfo"
; then
TERMINFO=yes
- LIBS_TERMCAP="-lterminfo"
else
LIBS_TERMCAP="-ltermcap"
fi